AddressBookApplicationListener

Callback class for AddressBookService

Since

2.0.0

Functions

Link copied to clipboard
public abstract void retrieveFailure(MobileError error)
This method will be triggered,if the retrieve method fails.
Link copied to clipboard
public abstract void retrieveSucceed(List<ContactInterface> contactList)
This method will be triggered,if the retrieve method succeeds.
Link copied to clipboard
public abstract void searchDirectoryFailure(MobileError error)
This method will be triggered,if the searchDirectory method fails.
Link copied to clipboard
public abstract void searchDirectorySucceed(int directorySize, List<ContactInterface> contactList)
This method will be triggered,if the searchDirectory method succeeds.